summaryrefslogtreecommitdiff
path: root/app/[lng]
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]')
-rw-r--r--app/[lng]/engineering/(engineering)/document-list-ship/page.tsx5
-rw-r--r--app/[lng]/evcp/(evcp)/document-list-ship/page.tsx5
-rw-r--r--app/[lng]/partners/(partners)/document-list-ship/page.tsx5
3 files changed, 12 insertions, 3 deletions
diff --git a/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx b/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx
index 321ce909..e3915419 100644
--- a/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx
+++ b/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx
@@ -37,7 +37,7 @@ export default async function IndexPage(props: IndexPageProps) {
<h2 className="text-2xl font-bold tracking-tight">
문서 관리
</h2>
- <InformationButton pagePath="partners/document-list-ship" />
+
</div>
{/* <p className="text-muted-foreground">
소속 회사의 모든 도서/도면을 확인하고 관리합니다.
@@ -107,9 +107,12 @@ export default async function IndexPage(props: IndexPageProps) {
<Shell className="gap-2">
<div className="flex items-center justify-between space-y-2">
<div>
+ <div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
조선 Document Management
</h2>
+ <InformationButton pagePath="evcp/document-list-ship" />
+ </div>
<p className="text-muted-foreground">
</p>
diff --git a/app/[lng]/evcp/(evcp)/document-list-ship/page.tsx b/app/[lng]/evcp/(evcp)/document-list-ship/page.tsx
index 321ce909..822e7cd4 100644
--- a/app/[lng]/evcp/(evcp)/document-list-ship/page.tsx
+++ b/app/[lng]/evcp/(evcp)/document-list-ship/page.tsx
@@ -37,7 +37,6 @@ export default async function IndexPage(props: IndexPageProps) {
<h2 className="text-2xl font-bold tracking-tight">
문서 관리
</h2>
- <InformationButton pagePath="partners/document-list-ship" />
</div>
{/* <p className="text-muted-foreground">
소속 회사의 모든 도서/도면을 확인하고 관리합니다.
@@ -107,9 +106,13 @@ export default async function IndexPage(props: IndexPageProps) {
<Shell className="gap-2">
<div className="flex items-center justify-between space-y-2">
<div>
+ <div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
조선 Document Management
</h2>
+ <InformationButton pagePath="evcp/document-list-ship" />
+ </div>
+
<p className="text-muted-foreground">
</p>
diff --git a/app/[lng]/partners/(partners)/document-list-ship/page.tsx b/app/[lng]/partners/(partners)/document-list-ship/page.tsx
index ad3bf30d..c70a0c03 100644
--- a/app/[lng]/partners/(partners)/document-list-ship/page.tsx
+++ b/app/[lng]/partners/(partners)/document-list-ship/page.tsx
@@ -36,7 +36,6 @@ export default async function IndexPage(props: IndexPageProps) {
<h2 className="text-2xl font-bold tracking-tight">
문서 관리
</h2>
- <InformationButton pagePath="partners/document-list-ship" />
</div>
{/* <p className="text-muted-foreground">
소속 회사의 모든 도서/도면을 확인하고 관리합니다.
@@ -108,9 +107,13 @@ export default async function IndexPage(props: IndexPageProps) {
<Shell className="gap-2">
<div className="flex items-center justify-between space-y-2">
<div>
+ <div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
{vendorName} Document Management
</h2>
+ <InformationButton pagePath="partners/document-list-ship" />
+ </div>
+
<p className="text-muted-foreground">
</p>